home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 298 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: news.rmii.com!rainbow!mdaymon
  2. From: mdaymon@rainbow.rmii.com (Maxwell Daymon)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: CyberGfx
  5. Date: 4 Jan 1996 02:15:16 GMT
  6. Organization: Rocky Mountain Internet Inc.
  7. Message-ID: <4cfd7k$k0k@natasha.rmii.com>
  8. References: <4ceh08$ket@sundog.tiac.net>
  9. NNTP-Posting-Host: rainbow.rmii.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Brian K. (briank@millenium.tiac.net) wrote:
  13. : I don't think I'm a complete idiot <g>, but I am still unsure about why it
  14. : is 'crucial' to the AmigaOS's survival. The way I understand it is that it
  15. : is a hardware/software combination. That's about all I know. :)
  16.  
  17. CyberGfx is an RTG solution. Without RTG, ANYTHING AT puts into the Amiga 
  18. will be outdated and irreplacable in a matter of months.
  19.  
  20. RTG provides a means to upgrade graphic hardware without losing prior 
  21. compatibility AND easy access to new functions.
  22.  
  23. For simplicity, let's say there's and RTG function called "draw_cube" - 
  24. it uses the 680x0 and draws a cube to your current graphic chipset 
  25. whatever that may be (ECS, AGA, Picasso, CyberVision, etc.) - well, when 
  26. new cards come out with processors *on* the video card for accelerated 3D 
  27. graphics, ALL your programs will automatically use it since the driver 
  28. will now reference the gfx card's processor instead of the 680x0. You may 
  29. have a function that automatically texture maps your objects - one driver 
  30. might use the blitter/copper/cpu depending on what your computer has. The 
  31. programmer only needs to use the "texture_map" function or arguments. If 
  32. you had a 3DO chipset, the driver would leave your blitter, copper, and 
  33. cpu alone and use that. If offers complete flexibility to the user and 
  34. his/her configuration while not bothering the programmer with having to 
  35. support many different standards.
  36.  
  37. The way it's been done, ALL the software would have to be rewritten to 
  38. take advantage of the new gfx coprocessor, and not only that - the 
  39. software may not even work at ALL! Amiga can't survive like that in a 
  40. market where everyone else is (almost) painlessly evolving.
  41.  
  42. Amiga NEEDS RTG. Whether it's specifically CyberGraphX or not is another 
  43. question, but it's currently the strongest looking contender.
  44.  
  45. (of course it would need ECS and AGA drivers to support the enhanced gfx 
  46. functions for machines without gfx cards.)
  47.